home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFtoSpr - Star Fighter 3000 graphics converter
- * Directory scan
- * Copyright (C) 2000 Chris Bazley
- */
-
- #ifndef STSScan_h
- #define STSScan_h
-
- #include <stdbool.h>
- #include "toolbox.h"
-
- extern ObjectId Scan_create(char *newloadroot, char *newsaveroot, bool tosf3000);
-
- #endif
-